Don't reraise SIGCHLD, as that can now lose.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 17 Dec 2012 17:51:25 +0000 (09:51 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 17 Dec 2012 17:51:25 +0000 (09:51 -0800)
commit4a50757e3205ba44533022e34d1644b19557f68f
treeb6f5ae87ef46e49f64b988df3d2eb13fb1cd5a99
parent8b045228ae72c3a31e134d2c1ac5b39a75c600ce
Don't reraise SIGCHLD, as that can now lose.

With the 2012-12-03 fix for Bug#12980 in place, an old workaround
for some of that bug's symptoms can now cause Emacs to abort.
Remove the workaround.
* process.c (wait_reading_process_output): Don't reraise SIGCHLD.
The bug that caused SIGCHLD to get lost has been fixed, and the
workaround for it can now cause Emacs to abort.
src/ChangeLog
src/process.c